home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Christina Milan AM to PM
/
Christina Milan - AM to PM.iso
/
christin.dir
/
00012_Script_Hold on Current Frame
< prev
next >
Wrap
Text File
|
2001-08-09
|
583b
|
27 lines
-- DESCRIPTION --
on getBehaviorDescription me
return "¼
HOLD ON CURRENT FRAME"&RETURN&RETURN&"¼
Drop this behavior into the Script Channel of the Score or onto the Stage ¼
in order to keep the playback head in the current frame."&RETURN&RETURN&"¼
PARAMETERS: None"
end getBehaviorDescription
on getBehaviorTooltip me
return "¼
Frame behavior."&RETURN&RETURN&"¼
Holds the playback head still."
end getBehaviorTooltip
-- HISTORY --
-- 3 November, written for the D7 Behaviors Palette by James Newton
on exitFrame me
go the frame
end exitFrame